@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: leto-bold;
	src: url("../font/Lato-Bold-7.ttf");
}
@font-face{
	font-family: leto-Med;
	src: url("../font/Lato-Medium-13.ttf");
}
@font-face{
	font-family: leto-xi;
	src: url("../font/Lato-Light-11.ttf");
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*首页banner*/
.bannerwen {
    color: #fff;
		max-width: 1280px;
		margin: 0 auto;
	text-align:center;
}

.swiper-container-banner .swiper-slide{
	background-size: cover;
	background-position: center center;
}
.swiper-container-banner .swiper-slide-active .bannerwen {
	-webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}
.bannerwen p {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.bannerwen span {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 50px;
}
.bannerwen a {
    display: block;
    line-height: 55px;
    background: #007de7;
    color: #fff;
    width: 200px;
    border-radius: 50px;
    font-size: 16px;
    clear: both;
    margin: 70px auto 0 auto;
}
/*banner背景放大动画*/
.swiper-slide-active .fangdade{
	animation:fangdasx02 10s infinite;
-moz-animation:fangdasx02 10s infinite; /* Firefox */
-webkit-animation:fangdasx02 10s infinite; /* Safari and Chrome */
-o-animation:fangdasx02 10s infinite; /* Opera */
}

@keyframes fangdasx02
{
from {background-size: cover;}
to {background-size: 130% 130%;}
}

@-moz-keyframes fangdasx02 /* Firefox */
{
from {background-size: cover;}
to {background-size: 130% 130%;}
}

@-webkit-keyframes fangdasx02 /* Safari and Chrome */
{
from {background-size: cover;}
to {background-size: 130% 130%;}
}

@-o-keyframes fangdasx02 /* Opera */
{
from {background-size: cover;}
to {background-size: 130% 130%;}
}
/*banner背景放大动画end*/

.swiper-pagination-banner {
    bottom: 30px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
}
.swiper-pagination-banner span.swiper-pagination-bullet {
    width: 5px;
    height: 17px;
    border-radius: 50px;
    background: rgba(255,255,255,.7);
    display: inline-block;
}
.swiper-pagination-banner span.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
	height: 34px;
}

/*banner结束*/

/*服务项目*/
.index-fuwuxm{
	padding: 120px 0;
	overflow: hidden;
	text-align: center;
}
.fwxmli{
	width: 30%;
	display: inline-block;
	margin: 0 1.5%;
	text-align: center;
	border: 1px solid #e4e4e4;
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.fwxmli *{
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.fwxmli .ico{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e4e4e4;
	margin: -50px auto 0 auto;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}
.fwxmli .ico img{
	width: 60px;
	margin: 20px auto 0 auto;
}
.fwxmli .wen{
	padding: 7%;
}
.fwxmli .wen p.title{
	font-size: 28px;
	padding: 10px 0 20px 0;
	color: #333;
}
.fwxmli .wen span{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.fwxmli .wen i{
	display: block;
	width: 30px;
	height: 1px;
	background: #0080e2;
	margin: 20px auto;
}
.fwxmli .wen .note{
	
}
.fwxmli .wen .note p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.fwxmli font{
	font-family: leto-bold;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	background: #f5f5f5;
	display: block;
	border-radius: 50px;
	width: 156px;
	margin:  0px auto 50px auto;
}
.fwxmli:hover{
	border: 1px solid #0080e2;
	background: #0080e2;
	color: #fff;
}
.fwxmli:hover .ico{
	border: 1px solid #0080e2;
}
.fwxmli:hover .wen p.title{
	font-weight: 700;
	color: #fff;
}
.fwxmli:hover .wen span{
	color: #fff;
}
.fwxmli:hover .wen i{
	background: #a5d8ff;
}
.fwxmli:hover .wen .note p{
	color: #a5d8ff;
}
.fwxmli:hover font{
	color: #0080e2;
}
/*服务项目end*/

/*困扰*/
.index-kunrao{
	padding: 100px 0 50px 0;
	overflow: hidden;
	height: 953px;
	background: #f5f5f5 url("../images/kunraobj.jpg") no-repeat center bottom;
}
.pcbuyao02{
	display: none;
}
.index-title{
	text-align: center;
}
.index-title p{
	font-size: 40px;
	color: #333;
}
.index-title p font{
	color: #0080e2;
}
.index-title span{
	font-size: 16px;
	color: #999;
}

.kunraomain{
	position: relative;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.wenti_left{
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
}
.wenti_right{
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 99;
}
.wenti01{
	margin-right: 170px;
}

.wenti02{
	margin:80px 230px 80px 0;
}
.wenti03{
	margin-right: 250px;
}


.wenti04{
	margin-left: 155px;
}

.wenti05{
	margin:80px 0 80px 240px;
}
.wenti06{
	margin-left: 255px;
}


.comyangshi{
	background: url(../images/cha.png) no-repeat right top;
	padding-right: 40px;
	text-align: right;
}
.comyangshi p,.comyangshi02 p{
	font-size: 24px;
	font-weight: 700;
	color: #0080e2;
	padding-bottom: 10px;
	line-height: 31px;
}
.comyangshi span,.comyangshi02 span{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.comyangshi02{
	background: url(../images/cha.png) no-repeat left top;
	padding-left: 40px;
	text-align: left;
}

.wentitel{
	color: #fff;
	margin: 155px 0 0 75px;
	height: 61px;
}
.wentitel img{
	width: 30px;
	display: inline-block;
	float: left;
}
.wentitel span{
	font-size: 14px;
	line-height: 30px;
	padding-left: 7px;
}
.wentitel p{
	font-size: 28px;
	font-family: leto-bold;
	line-height: 35px;
	padding-left: 37px;
}
.wentizixun{
	margin: 118px 0 0 61px;
}
.wentizixun p{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.wentizixun span{
	font-size: 16px;
	color: #79c5ff;
}
.wentizixun a{
	display: block;
	width: 194px;
	height: 46px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	border: 2px solid #79c5ff;
	border-radius: 50px;
	font-weight: 700;
	margin: 20px 0 0 0;
}


/*困扰end*/

/*选择中炜*/
.indexyoushi{
	overflow: hidden;
	padding: 100px 0;
	background:  #f5f5f5;
}
.inysmain{
	overflow: hidden;
	margin: 50px 0 0 0;
}
.inysli{
	width: 22%;
	display: inline-block;
	margin: 0 1%;
	background: #fff;
}
.inysli .ico{
	width: 100%;
	margin: 50px 0;
}
.inysli .ico img{
	margin: 0 auto;
	display: block;
}
.inysli .wen{
	padding: 0 10% 15% 10%;
	text-align: center;
}
.inysli .wen p{
	font-size: 24px;
	color: #333;
	font-weight: 700;
	padding-bottom: 20px;
}
.inysli .wen span{
	color: #666;
	font-size: 16px;
	line-height: 28px;
}
/*选择中炜end*/

/*案例展示*/
.indexcase{
	padding: 120px 0;
	overflow: hidden;
}

.incasemain{
	overflow: hidden;
	margin-top: 50px;
}
.gallery-thumbs-case{
	width: 40%!important;
	margin: 0 auto 30px auto;
}
.gallery-thumbs-case .swiper-slide{
	background: #f5f5f5;
	border-radius: 50px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
}
.gallery-thumbs-case .swiper-slide:hover{
	cursor: pointer;
}
.gallery-thumbs-case .swiper-slide-thumb-active{
	background: #0080e2;
	color: #fff;
}

.inwangzhan{
	overflow: hidden;
	width: 100%;
}
.inwangzhan li{
	display: block;
	width: 30%;
	margin: 1.5%;
	float: left;
}
.inwangzhan li .pic{
	overflow: hidden;
}
.inwangzhan li .pic img{
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
	width: 100%;
}
.inwangzhan li:hover .pic img{
	transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.inwangzhan li .wen{
	padding: 5%;
	border: 1px solid #f2f2f2;
	text-align: left;
}
.inwangzhan li .wen p{
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.inwangzhan li .wen p font{
	font-size: 22px;
	color: #333;
	line-height: 40px;
}
.inwangzhan li .wen p span{
	font-size: 12px;
	color: #999;
	display: block;
	letter-spacing: 1px;
	clear: both;
}
.inwangzhan li .wen i{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #777;
	padding-top: 15px;
	font-family: leto-Med;
	background: url("../images/ico_08.png") no-repeat right 20px;
}
.morediv{
	clear: both;
	width: 100%;
}
.morecase{
	display: block;
	width: 180px;
	margin: 50px auto 0 auto;
	line-height: 50px;
	font-family: leto-bold;
	text-align: center;
	color: #333;
	background: #f5f5f5;
	clear: both;
	border-radius: 50px;
	font-size: 16px;
}
.alicaselistmain{
	margin-top: 30px;
}
.alicaselistmain li {
    width: 30%;
    display: block;
    float: left;
    margin: 0 1.5% 3% 1.5%;
}
.alicaselistmain li p{
	display: block;
	text-align: center;
}
.alicaselistmain li p.pic{
	border-radius: 5px;
	overflow: hidden;
	display: block;
	
	box-shadow: 0px 10px 10px rgba(0,0,0,.15);
}
.alicaselistmain li p.pic img{
	width: 100%;
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.alicaselistmain li p.wen{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 50px;
	padding-top: 15px;
}
.alicaselistmain li:hover p.pic img{
	transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
/*案例展示end*/

/*关于中炜*/
.indexabout{
	padding-top: 160px;
	overflow: hidden;
	background: url("../images/aboutbj.jpg") no-repeat center center;
}
.inabout01{
	overflow: hidden;
	padding-bottom: 140px;
}
.gallery-top-about{
	height: auto;
	width: 50%!important;
	float: right;
	margin: 0;
	text-align: left;
}
.gallery-thumbs-about{
	    height: 100%;
    width: 100px!important;
    float: left;
    margin-left: 10%;
    box-sizing: border-box;
    padding: 0;
    background:rgba(0,128,226,.15);
	
}
.gallery-thumbs-about .swiper-slide {
	    height: 45px!important;
    width: 100%!important;
    margin: 0!important;
    display: block!important;
    clear: both;
    cursor: pointer;
	line-height: 45px;
	color: #fff;
	background: none;
	font-size: 16px;
}
.gallery-thumbs-about .swiper-slide-thumb-active{
	background: #0080e2;
}
.gallery-top-about .swiper-slide{
	background: none;
}
.inabour-jies{
	text-align: left;
	color: #fff;
}
.inabour-jies .title{
	margin-bottom: 70px;
}
.inabour-jies .title span{
	text-transform: uppercase;
	font-size: 24px;
	font-family: leto-xi;
}
.inabour-jies .title p{
	font-size: 40px;
}
.inabour-jies .note{
	padding-right: 10%;
}
.inabour-jies .note pre{
	font: 16px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	line-height: 37px;
	color: #fff;
}


/*四个数据*/
.inabout02{
	clear: both;
	width: 100%;
	background: rgba(0,0,0,.1);
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 60px 0;
}
.inabout02 li{
	display: inline-block;
	width: 24%;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.1);
}
.inabout02 li:nth-child(4){
	border: none;
}
.inabout02 li span{
	font-size: 40px;
	line-height: 40px;
	font-family: leto-bold;
	color: #0080e2;
}
.inabout02 li font{
	font-size: 16px;
	color: #fff;
	padding-left: 5px;
}
	
/*关于中炜end*/

/*售后技术优势*/
.indexshouhou{
	padding: 120px 0;
}
.inssmain{
	overflow: hidden;
	margin-top: 50px;
}
.inssmain li{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-left: none;
	border-top: none;
	padding: 25px 0;
}
.inssmain li:nth-child(5),.inssmain li:nth-child(10){
	border-right: none;
}
.inssmain li:nth-child(6),.inssmain li:nth-child(7),.inssmain li:nth-child(8),.inssmain li:nth-child(9),.inssmain li:nth-child(10){
	border-bottom: none;
}
.inssmain li img{
	padding-bottom: 10px;
}
.inssmain li span{
	color: #888;
	font-size: 14px;
}
.inssmain li p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
/*售后技术优势end*/

/*行业资讯*/
.indexnews{
	padding: 100px 0;
	overflow:hidden;
	background:  #f5f5f5;
}
.innewstit{
	width: 100%;
	overflow: hidden;
}
.innewstit p{
	width: 60%;
	display: block;
	float: left;
}
.innewstit p span{
	font-size: 40px;
	color: #333;
}
.innewstit p font{
	font-size: 15px;
	color: #666;
}
.innewstit p i{
	display: block;
	width: 20px;
	height: 2px;
	background: #0080e2;
	margin: 20px 0;
}
.innewstit a{
	display: block;
	float:right;
	padding-left: 20px;
	background: url("../images/diandiandian.png") no-repeat 0 center;
	font-size: 16px;
	color: #0080e2;
	font-family: leto-bold;
	line-height: 40px;
}


.innewsmain{
	margin: 50px 0 0 0;
}
.innewsli{

}
.innewsli p{
	font-size: 16px;
	color: #333;
	display:block;
	line-height: 20px;
	padding-bottom: 5px;
	/*
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
*/
}
.innewsli span{
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.swiper-container-news .swiper-slide{
	padding: 2%;
	border: 1px solid #e4e4e4;
	
	text-align: left;
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.innewsli img{
	width: auto;
}
.swiper-container-news .swiper-slide:hover{
	border: 1px solid #a3d7ff;
	background: #fff;
	box-shadow: 0px 8px 8px rgba(0,0,0,.1);
}

.swiper-pagination-news{
	text-align: center;
	margin-top: 30px;
}
.swiper-pagination-news span{
	width: 10px;
	height: 10px;
	background: #0080e2;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
}
.swiper-pagination-news span.swiper-pagination-bullet-active{
	width: 28px;
	border-radius: 50px;
}
.content td input{
	width: 300px;
	border: 1px solid #ccc;
	color: #666;
	margin: 10px 0;
	padding: 5px 10px;
	margin-left: 30px;
}
.content td textarea{
	width: 300px!important;
	border: 1px solid #ccc;
	color: #666;
	margin: 10px 0;
	padding: 5px 10px;
	margin-left: 30px;
}
.content .vcode{
	width: 200px;
}
.content .hand{
	width: 100px;
}

/*行业资讯end*/
@media screen and (max-width: 1520px) {
	/*困扰*/
/*
	.index-kunrao{
		height: 1000px;
	}
*/
	
	.wenti_left {
    top: 40px;
}
	.wenti_right {
    top: 40px;
}
	.wenti02 {
    margin: 70px 230px 70px 0;
}
	.wenti05 {
    margin: 70px 0 70px 240px;
}
	.sub_container{
		padding-bottom: 150px;
	}
	.wentizixun {
    margin: 100px 0 0 0px;
}
	/*困扰end*/
	.inysli .wen span{
		font-size: 14px;
		line-height: 24px;
	}
	
}

@media screen and (max-width: 1360px) {
	.comyangshi p, .comyangshi02 p{
		font-size: 20px;
	}
	.wentitel {
    margin: 123px 0 0 75px;
}
	.comyangshi span, .comyangshi02 span {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
	.inysli{
		width: 47%;
		margin: 0 1% 2% 1%;
	}
	.gallery-thumbs-case {
    width: 60%!important;
    margin: 0 auto 30px auto;
}
}

@media screen and (max-width: 1280px) {
	
	.index-fuwuxm{
		padding: 120px 0 80px 0;
	}
	.sub_container{
		display: none;
	}
	.wenti_left,.wenti_right{
		position: relative;
		top: 0;
		margin-top: 30px;
	}
	.wenti01{
		margin: 0;
	}
	.wenti02{
		margin:50px 0;
	}
	.wenti03{
		margin: 0;
	}
	.wenti04{
		margin: 0;
	}
	.wenti05{
		margin:50px 0;
	}
	.wenti06{
		margin: 0;
	}
	.index-kunrao{
		height: auto;
		padding:50px 0 30px 0;
		    background: #f5f5f5 url(../images/kunraobj02.jpg) no-repeat center bottom;
	}
	.wentizixun p{
		font-size: 24px;
	}
	.wentizixun {
    margin: 72px 0 0 0px;
}
	.wentitel {
    margin: 80px 0 0 75px;
}
	
	.indexyoushi,.indexyoushi,.indexcase,.indexshouhou,.indexnews{
		padding: 60px 0;
	}
	.gallery-thumbs-about{
		margin-left: 0;
	}
	.gallery-top-about{
		width: 70%!important;
	}
	.inabout02 li span {
    font-size: 30px;
    line-height: 30px;
    font-family: leto-bold;
    color: #0080e2;
}
	.inabout02 li font {
    font-size: 14px;
    color: #fff;
    padding-left: 5px;
}
	.bannerwen p {
    font-size: 60px;
    font-weight: 700;
	letter-spacing: 1.5px;
	
}
.bannerwen span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 50px;
}
.main{
	width: 100%!important;
	margin: 0 auto;
}
}

@media screen and (max-width: 992px) {

	
	.index-fuwuxm {
    padding: 100px 0 50px 0;
}
	.fwxmli{
		width: 100%;
		margin:0 0 5% 0;
	}
	.wentizixun span {
    font-size: 14px;
    color: #79c5ff;
		line-height: 26px;
}
	.index-kunrao{
		display: none;
	}
	.sjkunnan{
		display: block;
		padding: 50px 0 0 0;
		background: #f5f5f5;
	}
.sjwenti {
    width: 100%;
    margin-top: 30px;
	overflow: hidden;
}
	.comyangshi02 {
    float: right;
		background: url(../images/cha.png) no-repeat left top;
    padding-left: 40px;
    text-align: left;
}
	.sjwenti01 {
    width: 50%;
    margin: 25px 0;
}
	.comyangshi p, .comyangshi02 p {
    font-size: 22px;
    font-weight: 700;
    color: #0080e2;
    height: 31px;
		padding-bottom: 8px;
		display: block;
    line-height: 31px;
}
	.comyangshi span, .comyangshi02 span {
    font-size: 14px;
    color: #666;
    line-height: 22px;
		width: 90%;
		display: block;
}
	.sjwenti_zixun {
    background: #0080e2;
    width: 100%;
    padding: 30px 15px;
    margin-top: 25px;
    overflow: hidden;
}
	.wentizixun {
    margin: 0;
		text-align: center;
}
	.wentizixun p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
	.wentizixun a {
    margin: 15px auto;
		    display: block;
    width: 194px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    border: 2px solid #79c5ff;
    border-radius: 50px;
    font-weight: 700;
}
	.inwangzhan li {
    display: block;
    width: 47%;
    margin: 1.5%;
    float: left;
}
	.inwangzhan li .wen p font{
		font-size: 18px;
	}
	.inwangzhan li .wen p {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
	.incasemain {
    overflow: hidden;
    margin-top: 30px;
}
	.alicaselistmain{
		margin-top: 0;
	}
	.alicaselistmain li p.wen{
		font-size: 14px;
	}
	.inabour-jies .note pre {
    font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 30px;
    color: #fff;
}
	.indexabout{
		padding-top: 100px;
	}
	.inabout01 {
    overflow: hidden;
    padding-bottom: 100px;
}
		.bannerwen p {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.bannerwen span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 50px;
}

}
@media screen and (max-width: 920px) {
	.inabout02{
		padding: 40px 0;
		display: none;
	}
	.inabout02 li{
		width: 48%;
	}
	
}
@media screen and (max-width: 860px) {
	.gallery-thumbs-about {
    height: 100%;
    width: 100%!important;
    float: none;
    margin-left: 0%;
}
	.gallery-thumbs-about .swiper-slide {
    height: 45px!important;
    width: 33.333%!important;
    margin: 0!important;
    display: block!important;
    clear:none;
    font-size: 14px;
}
	.gallery-top-about {
    width: 100%!important;
		margin-top: 50px;
}
	.inabour-jies .title p {
    font-size: 30px;
}
	.inabour-jies .title {
    margin-bottom: 40px;
		text-align: center;
}
	.inabour-jies .note{
		padding: 0;
	}
	.indexabout {
    padding-top: 70px;
}
	.inabout01 {
    padding-bottom: 60px;
}
	.inabour-jies .title span {
    font-size: 20px;
}
	
	.inssmain li{
		width: 50%;
		min-height: 170px;
		border-bottom: 1px solid #e4e4e4!important;
	}
	.inssmain li:nth-child(2n){
		border-right: none!important;
	}
	.inssmain li:nth-child(5){
    border-right: 1px solid #e4e4e4!important;
}
	.inssmain {
    overflow: hidden;
    margin-top: 30px;
}
	.index-title p {
    font-size: 30px;
    color: #333;
}
	.innewstit p span {
    font-size: 24px;
    color: #333;
}
	.innewsli p {
    font-size: 14px;
    color: #333;
    display: block;
    line-height:30px;
    padding-bottom: 10px;
}
		.bannerwen p {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.bannerwen span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 50px;
}

}
@media screen and (max-width: 768px) {
	.fwxmli .wen {
    padding:5% 7%;
}
	.fwxmli .wen p.title {
    font-size: 22px;
    padding: 10px 0;
    color: #333;
}
	.fwxmli .wen i{
		margin: 15px auto;
	}
	.fwxmli .wen .note p{
		line-height: 26px;
	}
	.sjwenti01{
		width: 100%;
	}
	.index-title p {
    font-size: 24px;
    color: #333;
}
	.comyangshi p, .comyangshi02 p{
		font-size: 18px;
	}
	.gallery-thumbs-case {
    width: 100%!important;
    margin: 0 auto 20px auto;
}
	.gallery-thumbs-case .swiper-slide{
		font-size: 14px;
	}
	.alicaselistmain li{
		width: 100%;
	}
	.inwangzhan li{
		width: 99%;
		margin: 0 0 5% 0;
	}
	.indexyoushi, .indexyoushi, .indexcase, .indexshouhou, .indexnews{
		padding: 40px 0;
	}
		.bannerwen p {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
}
.bannerwen span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
}

}

@media screen and (max-width: 680px) {
	.inysli{
		width: 100%;
		margin: 1% 0;
	}
	.inysli .wen p{
		font-size: 20px;
		    padding-bottom: 10px;
	}
	.inysli .wen {
    padding: 0 5% 8% 5%;
    text-align: center;
}
	.inysli .ico {
    width: 100%;
    margin: 30px 0;
}
	.inysmain {
    overflow: hidden;
    margin: 30px 0 0 0;
}
	.inabout02 li{
		width: 48%;
/*		text-align: left;*/
		margin-bottom: 20px;
		border-right: none;
		
	}
	.inabout02 {
    padding: 40px 0 20px 0;
}
	.innewstit p font{
		display: none;
	}
	.innewstit p i{
		display: none;
	}
	.innewsmain {
    margin: 30px 0 0 0;
}
	.swiper-container-news .swiper-slide{
		padding: 5%;
	}
		.bannerwen p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
}
.bannerwen span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 40px;
}
.bannerwen a {
    display: block;
    line-height: 45px;
    background: #007de7;
    color: #fff;
    width: 180px;
    border-radius: 50px;
    font-size: 14px;
    clear: both;
    margin: 40px auto 0 auto;
}
}

@media screen and (max-width: 460px) {
}
